﻿@charset "utf-8";

/* common 通用设置 开始 */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: SimSun;
	color:#333;
	font-family: "\5fae\8f6f\96c5\9ed1";
}
img,h1,h2,h3,h4,h5,h6,p,div,ul,li,a,dl,dt,dd,table,tr,td,ol {
	margin: 0;
	padding : 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	font-weight:normal;
}
a{
	text-decoration:none;
	color: #5e5e5e;
}
i,em{
	font-style: normal;
}
.clear { 
	margin:0; 
	padding:0; 
	width:0; 
	height:0; 
	clear:both;
}
input , textarea , button{
	outline: none;
	border: none;
	font-family: "\5fae\8f6f\96c5\9ed1";
}
.stand{
	height: 87px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}

/*首页   top  开始*/ 
.top_box{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
}
.top{
	height: 114px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_num {
    font-size: 14px;
    color: #150e0b;
    margin-top: 14px;
}
.t_num img{
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
	-ms-transform: all .7s;
}
.t_num img:hover{
	transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.t_num span {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
}
.t_num i{
	display: block;
	color: #f0992e;
	font-size: 26px;
	line-height: 28px;
}
/*head  开始*/
.query{
	width: 115px;
	float: right;
	margin-top: 20px;
}
.query a{
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	vertical-align: middle;
}
/*分页  开始*/
.pagination {
	display: block;
	margin: 20px 0;
	font-size: 0px;
	line-height: normal;
	text-align: center;
}
.pagination li {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}
.pagination li a, .pagination li span {
	display: block;
	color: #010101;
	padding: 10px 16px;
	border-radius: 5px !important;
	background: #fafafa;
}
.pagination li a:hover, .pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus {
	color: #FFF;
	background: #36b6fe;
	border-color: #36b6fe;
}

/*底部  开始*/
.footer{
	padding: 44px 0 30px 0;
	background: #222;
}
.fc_l{
	width: 700px;
	float: left;
}
.ft_nav{
	margin-left: -8px;
}
.ft_nav a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding-right:11px;
	margin-left: 8px;
	margin-bottom: 13px;
	border-right: 0px solid #fff;
}
.ft_nav a:nth-child(7) , .ft_nav a:last-child{
	border: transparent;
}
.fc_l .copy{
	color: #999;
	font-size: 13px;
	width: 700px;
	line-height: 26px;
	padding-top: 8px;
	border-top: 1px solid #393939;
}
.fc_l .copy a{
	color: #999;
}
.fc_l .copy a:hover{
	color: #5dc3fe;
}
.fc_r{
	float: right;
	width: 440px;
	height: 136px;
	padding: 0 20px;
	border: 1px solid #393939;
}
.fc_r li{
	/* float: left; */
}
.fc_r .num{
	float: right;
	color: #666;
	font-size: 14px;
	text-align: right;
	/* margin-top: 45px; */
}
.fc_r .num p{
	color: #fff;
	font-size: 26px;
}
.fc_r .ion{
	width: 61px;
	height: 56px;
	text-align: center;
	line-height: 54px;
	margin-top: 38px;
	margin-right: 40px;
	background: url(../images/icon_q.png) no-repeat;
}
.fc_r .ion img{
	transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transform: all .7s;
}
.fc_r .ion:hover img{
	transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.fc_r .eq{
	float: right;
	margin-top: 22px;
	margin-left: 14px;
}
.fc_r .eq span{
	float: right;
        display: inline-block;
	width: 12px;
	color: #fff;
	line-height: 12px;
	font-size: 12px;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 8px;
}
.copyright{
	color: #999;
	font-size: 0.24rem;
	background: #222;
	text-align: center;
	padding: 14px 0.24rem;
}
#gzh{color: #fff;
 margin-top:111px;   margin-left: 234px;
    letter-spacing: 2px;}